home *** CD-ROM | disk | FTP | other *** search
- /*$Author: DCODY $*/
- /*$Date: 26 Feb 1993 11:16:02 $*/
- /*$Header: X:/sccs/pcmapps/playtext.h_v 1.6 26 Feb 1993 11:16:02 DCODY $*/
- /*$Log: X:/sccs/pcmapps/playtext.h_v $
- *
- * Rev 1.6 26 Feb 1993 11:16:02 DCODY
- * incremented the version. Added one text message for .VOC mem alloc
- *
- * Rev 1.5 26 Jan 1993 17:34:02 BCRANE
- * version .08 from .04
- *
- * Rev 1.4 26 Jan 1993 16:13:00 BCRANE
- * added "use 'play.exe' in 'can't play compressed files' message
- *
- * Rev 1.3 26 Jan 1993 15:58:18 BCRANE
- * added message if WaveInfo.formatTag not 1
- *
- * Rev 1.2 10 Nov 1992 11:10:56 BCRANE
- * added "/CDPC" to "Spectrum"
- *
- * Rev 1.1 06 Oct 1992 15:20:06 DCODY
- * new version...
- *
- * Rev 1.0 14 Sep 1992 17:25:08 SHAO_M
- * Initial revision.
- */
- /*$Logfile: X:/sccs/pcmapps/playtext.h_v $*/
- /*$Modtimes$*/
- /*$Revision: 1.6 $*/
- /*$Workfile: playtext.h $*/
-
- /*\
- |*|----====< PLAYTEXT.H >====----
- |*|
- |*| Playback 8/16 bit PCM to disk in .WAV format
- |*|
- |*| Copyright (c) 1992, Media Vision, Inc. All rights reserved.
- |*|
- \*/
-
- #define TXT_MSG1 "\aCannot setup the PCM software!\n"
- #define TXT_MSG2 "Type ESC to stop playing, SPACE to pause playback.\n\n"
- #define TXT_MSG3 "pcm playback paused..."
- #define TXT_MSG4 "resumed\n"
- #define TXT_MSG5 "pcm output paused..."
- #define TXT_MSG6 "resumed\n"
- #define TXT_MSG7 " To Use: DOS>PLAYFILE [FILE.xxx] [16] [Dx] [Ix] [Fx] [Rxxxx] [S] [Sxxx]\n\n"
- #define TXT_MSG8 " Where: [FILE.WAV] is the .WAV file to be played.\n"
- #define TXT_MSG9 " [FILE.VOC] is the .VOC file to be played.\n"
- #define TXT_MSG10 " [16] Play 16 bit PCM.\n"
- #define TXT_MSG11 " [Dx] sets the DMA channel # (1-7).\n"
- #define TXT_MSG12 " [Ix] sets the IRQ channel # (3,5,7).\n"
- #define TXT_MSG13 " [Fx] sets the filter (1-6)\n"
- #define TXT_MSG14 " [M] turns on maximum memory useage.\n"
- #define TXT_MSG15 " [Rxxxxx] a new sample rate speed.(6000 to 44100)\n"
- #define TXT_MSG16 " [S] playback in stereo.\n"
- #define TXT_MSG17 " [Sxxx] changes the playback speed by xxx percent (0 to 200)\n\n"
- #define TXT_MSG18 " To Use: DOS>PLAYFILE [FILE.xxx] [Ix] [Rxxxx] [S] [Sxxx]\n\n"
- #define TXT_MSG19 " Where: [FILE.WAV] is the .WAV file to be played.\n"
- #define TXT_MSG20 " [FILE.VOC] is the .VOC file to be played.\n"
- #define TXT_MSG21 " [Dx] sets the DMA channel # (0,1 or 3).\n"
- #define TXT_MSG22 " [Ix] sets the IRQ channel # (2,3,5,7,10,11,12 or 15).\n"
- #define TXT_MSG23 " [Ix] sets the IRQ channel # (2,3,5,7).\n"
- #define TXT_MSG24 " [Rxxxxx] a new sample rate speed.(6000 to 22050)\n"
- #define TXT_MSG25 " [S] playback in stereo.\n"
- #define TXT_MSG26 " [Sxxx] changes the playback speed by xxx percent (0 to 200)\n\n"
- #define TXT_MSG27 "Illegal .VOC data block encountered!\n"
- #define TXT_MSG28 "\aBad File Name, \"%s\" Try Again!\n"
- #define TXT_MSG29 "\aUnexpected EOF on input from .VOC File\n"
- #define TXT_MSG30 "\aInvalid header in .VOC File\n"
- #define TXT_MSG31 "\aUnknown header in the .WAV file! (should be 'WAVE')\n"
- #define TXT_MSG32 "\aUnknown header in the .WAV file! (should be 'fmt ')\n"
- #define TXT_MSG33 "\aUnknown header in the .WAV file! (should be 'data')\n"
- #define TXT_MSG34 "Enter the sample rate: "
- #define TXT_MSG35 "Enter 1 for mono, 2 for stereo :"
- #define TXT_MSG36 "\aUnknown sample rate (rate = %d)\n"
- #define TXT_MSG37 "\nSpectrum/CDPC Sound PCM playback, version 2.09\n\n"
- #define TXT_MSG38 "\nBoom Board PCM playback, version 2.09\n\n"
- #define TXT_MSG39 "\nPro AudioSpectrum/CDPC PCM playback, version 2.09\n"
- #define TXT_MSG40 "\nThunder&Lightning PCM playback, version 2.09\n"
- #define TXT_MSG41 "\nThunder Board PCM playback, version 2.09\n"
- #define TXT_MSG42 "Copyright (c) 1991,1992 Media Vision, Inc. All Rights Reserved\n\n"
- #define TXT_MSG43 "\aA Spectrum/CDPC Sound card is not installed!\n\n"
- #define TXT_MSG44 "\aA Pro AudioSpectrum/CDPC card is not installed!\n\n"
- #define TXT_MSG45 "\aA Boom Board audio card is not installed!\n\n"
- #define TXT_MSG46 "\aA Thunder&Lightning audio card is not installed!\n\n"
- #define TXT_MSG47 "\aA Thunder Board audio card is not installed!\n\n"
- #define TXT_MSG48 "\nSorry, can not process compressed .wav files. Use 'play.exe'.\n"
- #define TXT_MSG49 "Cannot allocate the .VOC buffer!\n"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-